home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE22 / CAPTURE.H < prev    next >
Text File  |  1996-04-29  |  850b  |  31 lines

  1.  
  2. #define IDM_EXIT           100
  3. #define IDM_TEST           200
  4. #define IDM_ABOUT          300
  5.  
  6. #define DLG_VERFIRST       400
  7. #define DLG_VERLAST        404
  8.  
  9. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  10. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  11.  
  12. // CaptureDlg control id's
  13. //........................
  14.  
  15. #define IDC_STATIC                      -1
  16.  
  17. #define IDC_XPOS_EC                     1000
  18. #define IDC_YPOS_EC                     1001
  19. #define IDC_ZPOS_EC                     1002
  20. #define IDC_RPOS_EC                     1003
  21. #define IDC_UPOS_EC                     1004
  22. #define IDC_VPOS_EC                     1005
  23.  
  24. #define IDC_BTN1_CHK                    1013
  25. #define IDC_BTN2_CHK                    1014
  26. #define IDC_BTN3_CHK                    1015
  27. #define IDC_BTN4_CHK                    1016
  28.  
  29.  
  30.  
  31.